SftTree/OCX 7.0

SftTree.RowColHeaderBackColor Property

Softel vdm, Inc.

Defines the row/column header's background color.

Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.BackColor instead

Syntax       

Get

VB.NET

Clr = object.RowColHeaderBackColor  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.RowColHeaderBackColor  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.RowColHeaderBackColor;

VC++

OLE_COLOR Clr = object->RowColHeaderBackColor;
OLE_COLOR Clr = object->GetRowColHeaderBackColor();

C

HRESULT object->get_RowColHeaderBackColor(OLE_COLOR* Clr);

Delphi

Clr := object.RowColHeaderBackColor  : TColor;

Put

VB.NET

object.RowColHeaderBackColor = Clr  As System.Drawing.ColorLanguage-specific information

VB

object.RowColHeaderBackColor = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information object.RowColHeaderBackColor = Clr;

VC++

OLE_COLOR object->RowColHeaderBackColor = Clr;
void object->PutRowColHeaderBackColor(OLE_COLOR Clr);

C

HRESULT object->put_RowColHeaderBackColor(OLE_COLOR Clr);

Delphi

object.RowColHeaderBackColor := Clr  : TColor;

object

A SftTree object.

Clr

Defines the row/column header's background color.  For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.BackColor instead

The RowColHeaderBackColor property defines the row/column header's background color.

This property has no effect if Windows themes are used. 

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com